Skip to main content

Tutorials

Getting Started with Food Flow Prediction

  • Prerequisites:
    • Python 3.9
    • PyTorch (>=1.9.0)
    • PyTorch Geometric (>=2.0.0)
    • Pandas (>=1.3.0)
    • NumPy (>=1.20.0)
    • Matplotlib (>=3.4.0)
    • Scikit-learn (>=0.24.0)
    • NetworkX (>=2.6.0)
    • GeoPandas (>=0.9.0)
    • tqdm (>=4.62.0)
  • Steps to run the model:
    1. Clone the repository
    2. Install dependencies
    3. Prepare your data following the format in the data section
    4. Run the training script
    5. Evaluate model performance